home *** CD-ROM | disk | FTP | other *** search
- on mouseUp
- global gPage1Column1, gPage1Column2, gPage1Column3, gPage1Column4, gPage1Column5, gPage2n3Column1, gPage2n3Column2, gPage2n3Column3, gPage2n3Column4, gPage2n3Column5
- puppetSound("MouseUp.aif")
- if gPage1Column1 then
- set the castNum of sprite 12 to cast "view1.1"
- set the locH of sprite 17 to 1000
- set the locV of sprite 17 to 1000
- set gPage1Column1 to 0
- set gPage2n3Column1 to 0
- else
- set the castNum of sprite 12 to cast "hide1.1"
- set the castNum of sprite 17 to cast "text1.1"
- set the locH of sprite 17 to 320
- set the locV of sprite 17 to 240
- set gPage1Column1 to 1
- set gPage2n3Column1 to 1
- end if
- updateStage()
- end
-